home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / maple_st.swf / scripts / DefineButton2_1231 / BUTTONCONDACTION on(keyPress Enter).as next >
Encoding:
Text File  |  2010-04-12  |  104 b   |  6 lines

  1. on(keyPress "<Enter>"){
  2.    _root.msging = false;
  3.    this._visible = 0;
  4.    _root[functionname]();
  5. }
  6.